home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
click_first!
< prev
next >
Wrap
Text File
|
1996-06-04
|
597b
|
32 lines
echo ""
echo "Welcome to Zoom release 2"
echo ""
echo ""
echo "Now Setting up the CD, Please Wait....."
ECHO ""
failat >NIL: 100
if >NIL: not exists sys:libs/powerpacker.library
sys:c/copy >NIL: zoom2:libs/powerpacker.library sys:libs
endif >NIL:
if >NIL: not exists sys:libs/explode.library
sys:c/copy >NIL: zoom2:libs/explode.library sys:libs
endif >NIL:
if >NIL: not exists sys:libs/reqtools.library
sys:c/copy >NIL: zoom2:libs/reqtools.library sys:libs
endif >NIL:
path >NIL: zoom2:C add
assign libs: zoom2:libs add
assign fonts: zoom2:fonts add
echo ""
echo "...ok finished!"
endcli